home *** CD-ROM | disk | FTP | other *** search
- property spriteNum
- global gpartslist, gactivenum
-
- on btncmd
- if gactivenum > 0 then
- set myio_file to new(xtra("fileIO"))
- set newpath to displayopen(myio_file)
- closefile(myio_file)
- if not (newpath = EMPTY) then
- tell getAt(the windowList, 1)
- set xxx to value("#" & string(gactivenum))
- fileintopieace(getProp(gpartslist, xxx), newpath)
- end tell
- else
- exit
- end if
- else
- alert("テュuテツエテ、テ敕ツカテテ暗ィテ催ィテ、テツ敕ォIテテ津ツシテ「ナ テナステツ「テ③")
- end if
- end
-